Part Mixing Flags
Part mixing flags control how a part is mixed with other parts.
enum {
kTuneMixMute= 1,
kTuneMixSolo= 2
};
Constant descriptions
-
kTuneMixMute
-
Disables the part so that it is not heard.
-
kTuneMixSolo
-
Specifies to include only soloed parts in the mix if any parts are soloed.
© 1997 Apple Computer, Inc.Previous | Chapter Top | Chapter Contents | Next